From: Alan Mackenzie Date: Mon, 9 Apr 2007 17:07:40 +0000 (+0000) Subject: (inhibit-splash-screen): Emphatically state that it can't be set in X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~988 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e952bb95918bbb1f938e3f2b4860bf772b5d1a26;p=emacs.git (inhibit-splash-screen): Emphatically state that it can't be set in site-start.el. --- diff --git a/lisp/startup.el b/lisp/startup.el index 61f4f0071ed..1d525e6dfd5 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -44,8 +44,8 @@ "Non-nil inhibits the startup screen. It also inhibits display of the initial message in the `*scratch*' buffer. -This is for use in your personal init file, once you are familiar -with the contents of the startup screen." +This is for use in your personal init file (but NOT site-start.el), once +you are familiar with the contents of the startup screen." :type 'boolean :group 'initialization)